@charset "utf-8";
/* CSS Document */ 

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1400px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    background: rgba(0, 0, 0, .15);
    z-index: 1111;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    border-bottom: 1px #b3edfd solid;
}
.logo{
    margin-left: 8%;
}
.logo,.nav{
    float: left;
}
.nav{
    position: relative;
    overflow: inherit;
    margin-left: 3%;
}
.nav>li{
    float: left;
    width: 110px;
    text-align: center;
    line-height: 120px;
    margin-left: 5px;
    margin-right: 5px; 
}
.nav>li.active{
    background: #144fb3;
    position: relative;
}
.nav>li.active::after{
    content: '';
    display: block;
    width: 13px;
    height: 35px;
    background:url(../images/nav.png) center no-repeat;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s;
}

.h_con::after,.nav::after{
    content: '';
    display: block;
    clear: both;
}
.nav>li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
/*er*/
.er {
    position: absolute;
    width: 800px;
    background: rgba(255,255,255,.8);
    top: 120px;
    left: 50%;
    margin-left: -400px;
    box-sizing: border-box;
    display: none;
}
.er_con {
    width: 800px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 190px;
    margin: 10px 0 10px 8px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li:hover span{
    background: #e60000;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #144fb3;
    line-height: 30px;
    color: #fff;
}
.h_contact{
    float: right;
    overflow: hidden;
    margin-right: 8%;
    margin-top: 30px;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 50px;
}
.h_contact em{
    display: block;
    color: #fff;
    font-size: 14px;
}

.h_contact span{
    font-size: 32px;
    font-weight: bold;
    font-family: "Arial";
    color: #fff; 
}


@media screen and (max-width: 1850px) {
   .header{background: rgba(0, 0, 0, .15);}
   .nav{margin-left: 1%}
   .nav>li{width: 90px;}
   .h_contact{margin-right: 1%}
}
@media screen and (max-width: 1650px) {
   .logo{width:450px;background-size:120%;background: url(../images/lobj.png) right center no-repeat; }
   .logo img{width: 70%;}
   .h_contact{background: initial;padding-left: 0;}
}
@media screen and (max-width: 1550px) {
   .nav{margin-left:0}
   .nav>li{margin-left: 0;margin-right: 0;}
   .h_contact span{background: initial;padding-left: 0}
}
@media screen and (max-width: 1500px) {
  .logo{margin-left:3%;width:20%;}
  .logo img{width: 100%;}
}
/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 950px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 950px;
	border:0;
}


.btone{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btone b{
  font-size: 40px;
  color: #333;
}
.btone span{
  font-size: 20px;
  color: #1f1f1f;
  display:block;
}
/*数字*/
.ys_box{
    height: 175px;
    width: 1400px;
    margin: 0 auto;
    position: relative;
    border: 1px #dedede solid;
}

.ys_box ul li{
    float: left;
    width: 349px;
    height: 130px;
    border-right: 1px #dedede solid;
    text-align: center;
    margin-top: 23px;
}
.ys_box ul li+li+li+li{
    border-right: 0;
}
.ys_box .div1 .span1{
    font-size: 65px;
    color: #045cbd;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
    width: 55px;
    height: 25px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 10px;
    background: #df0000; 
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #333;
}

/*简介*/
.aboutbj{
  width:100%;
  height:570px;
  background: url(../images/aboutbj.jpg) center no-repeat;
  margin-top: 45px;
}
.neirong{
  width:690px;
  margin-right: 70px;
  margin-left: 680px;
}
.neirong h3{
  color: #045cbd;
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  padding-top: 70px;
}
.neirong p{
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.neirong ul li{
  float: left;
  margin-top: 20px;
  margin-right: 45px;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 100px;
  border:2px #ededed solid;
  text-align: center;
}
.neirong ul li img{
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.neirong ul li span{
  color: #333;
  line-height: 30px;
  font-size: 18px;
}
.neirong ul li:hover img{
  cursor:pointer; 
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg)
}
.neirong ul li:hover span{
  color: #d70009;
  font-weight: bold;
}
.more{
  width: 175px;
  height: 50px;
  border:2px #da1c24 solid;
  margin-top: 25px;
}
.more b{
  float: left;
  display: block;
  width: 53px;
  height: 50px;
  background: #da1c24;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
}
.more span{    
    float: right;
    width: 122px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #707581;
    background: #fff;
  }
.more:hover b{
  width: 175px;
  transition: width 1s; 
  -webkit-transition: width 1s;
}
.more:hover span{
  display: none;
}

/*产品标题*/
.pro_tit{
    text-align: center;
    background: url(../images/logo_c.png) center center no-repeat;
    height: 145px;
    box-sizing: border-box;
    padding-top: 60px;
    margin-top: 20px;
}
.pro_tit h3::before,.pro_tit h3::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height:15px;
    background: url(../images/xian.jpg) center no-repeat;
}
.pro_tit h3::before{
    margin-right: 35px;
}
.pro_tit h3::after{
    margin-left: 35px;
}
.pro_tit h3{
    font-size:43px;
    color: #333;
    font-weight: normal;
}
.pro_tit h3 strong{
    color: #045cbd;
}
.pro_tit h3 strong:hover{
    color: #da1c24
}
.pro_tit p{
    font-size: 14px;
    color: #6e6e6e;
    line-height: 40px;
}

/*产品*/
.pro_list{
    width: 1350px;
    margin: 0 auto;
    height: 60px;
    border-radius: 50px;
    border:1px #d6d6d6 solid;
    margin-top: 10px;
}
.pro_list ul li{
   float: left;
   line-height: 40px;
   width: 136px;
   height: 40px;
   margin-left: 12px;
   border-radius: 50px;
   text-align: center;
   margin-top: 10px;
}
.pro_list ul li a{
    display: block;
    font-size: 17px;
    color: #333;
}
.pro_list ul li:hover{
   background: #045cbd;
}
.pro_list ul li:hover a{
    color: #fff
}
/*产品*/
.pro_show{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    height: 710px;
    margin-top: 30px;
}
.pro_go ul{
  overflow: hidden;
}
.pro_go ul li{
    width: 24.2%;
    margin: 6px 0.3%;
    float: left;
    position: relative;
    overflow: hidden;
}
.cpimg{
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.cpimg span{
     width: 100%;
     height: 330px;
     display: block;
     background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
    overflow: hidden; 
}
.pro_go ul li:hover .cpimg span{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}

.pro_go ul li p{
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,0.7);
  z-index: 999;
  left: 0;
  bottom: 0;
}

.pro_go ul li p .sytitle{
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    margin-left: 20px;
}
.pro_go ul li p .smore{
  display: block;
  width: 35%;
  z-index: 3;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  bottom: 10px;
  background: url(../images/cpjt.png) right center no-repeat;
  height: 30px;
}
.pro_go ul li p .tumore{display: none;}
.pro_go ul li p .cptel{display: none;}
.pro_go ul li:hover p{height: 100%; background: rgba(0,98,190,0.7); transition: all 1s ease 0s;}
.pro_go ul li:hover p .sytitle{text-align: center;color: #fff;font-size: 25px;display: block;margin-left: initial;margin-top: 70px;}
.pro_go ul li:hover p .cptel{display: block;color: #fff;text-align: center;font-family: "Impact";font-size: 35px;margin-top: 10px;}
.pro_go ul li:hover p .smore{display: none;}
.pro_go ul li:hover p .tumore{display: block;width: 45px;height: 45px;background: #fff;border-radius: 50px;margin: 0 auto;text-align: center;line-height: 40px;margin-top: 20px;font-size: 30px;color: #e20000;}




/*广告*/
.index_gg{
  height: 210px;
  background: url(../images/ggbj.jpg) center no-repeat;
  margin-top: 50px;
}
.ggfl{
  width: 620px;
}
.gbt{
  padding-top: 30px;
}
.gbt h3{
  color: #fff;
  font-size: 40px;
}
.gbt span{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.gys{
  margin-top: 20px;
}
.gys ul li{
  float: left;
  color: #fff;
  font-size: 16px;
  background: url(../images/dui.png) left center no-repeat;
  padding-left: 35px;
  margin-right: 45px;
}
.ggimg{
  margin-left: 20px;
  margin-top: 30px;
}
.ggimg img{
  animation: ball .6s infinite alternate;
}

.ggfr{
  font-size: 20px;
  color: #fff;
  margin-top: 55px;
}
.ggfr b{
  display: block;
  width: 280px;
  height: 50px;
  background: #e00000;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  font-size: 33px;
  font-family: "Arial";
}
/*案例*/
.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    height: 430px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}


/*新闻*/
.newsbj{ height:auto; width:100%; background:#f7f7f7; padding-bottom:50px;margin-top:70px;}
.xwbt{padding-top: 45px;}
.xwbt .btfl{}
.xwbt .btfl h3{display: block;height: 40px;color: #000;font-size: 30px;background: url(../images/xwa.png) left center no-repeat;line-height: 40px;padding-left: 40px;}
.xwbt .btfl span{display: block;height: 30px;line-height: 30px;background: url(../images/xiana.jpg) left center no-repeat;font-size: 14px;color: #7e7e7e;font-family: "Times New Roman";padding-left: 60px;}
.xwbt .btfr{height: 30px;background: #eee;border: 1px #e1e1e1 solid;line-height: 30px;margin-top: 10px;}
.xwbt .btfr a{color: #727272;font-size: 15px;float: left;width: 100px;border-right: 1px #e1e1e1 solid;text-align: center;}
.xwbt .btfr a:nth-child(3){border-right: initial;}
.xwbt .btfr a:hover{background: #df0000;color: #fff;}
.xwlb{}
.xwlb ul li{width: 339px;height: 415px;background: #fff;float: left;margin-right: 6px;margin-left: 6px;margin-top: 30px;position: relative;}
.xwlb ul li:nth-child(4){margin-right: initial;}

.xwClass{background-position:center center; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover; background-size:cover;}

.xwlb ul li .xwtel{width: 185px;height: 35px;background: #035dbd;margin: 0 auto;line-height: 35px;text-align: center;color: #fff;font-size: 16px;position: absolute;top:190px;left: 75px; z-index: 99;}
.xwlb ul li .xwnr{padding: 30px 10px 0 10px;}
.xwlb ul li .xwnr h3{font-size: 16px;color: #000;line-height: 35px;overflow: hidden;height: 45px;}
.xwlb ul li .xwnr p{font-size: 14px;color: #7a7a7a;line-height: 22px;display: block;height: 70px;overflow: hidden;}
.xwlb ul li .xwnr span{display: block;background: url(../images/rili.png) left center no-repeat;padding-left: 30px;color: #a4a4a4;font-size: 14px;margin-top: 5px;}
.xwlb ul li:hover{box-shadow: 0 5px 10px #c2c2c2;}
.xwlb ul li:hover .xwtel{top:85px;transition: all 1s ease 0s;}
.xwlb ul li:hover .xwnr{background: #035dbd;height: 230px;position: absolute;bottom: 0;}
.xwlb ul li:hover .xwnr h3{font-weight: bold;font-size: 16px;color: #fff;}
.xwlb ul li:hover .xwnr p{color: #f3f3f3;font-size: 14px;}
.xwlb ul li:hover .xwnr span{display: block;background: url(../images/rilia.png) left center no-repeat;color: #fff;}
.xwlb ul li .xwmore{display: none;}
.xwlb ul li:hover .xwmore{display: block;position: absolute;bottom: 10px;left: 145px;}

/*底部*/
.footbj{
    width: 100%;
    height: 360px;
    background:#141414;
}
.foot{
    width: 1400px;
    margin: 0 auto;
    height: 300px;
}
.dbone{
    width: 450px;
    height: 200px;
    border-right: 1px #292929 solid;
    margin-top: 40px;
    color: #fff;
    padding-top: 20px;
}
.dbone span{
   font-size: 27px;
}
.dbone em{
    font-size: 14px;
    color: #7a7a7a;
    display: block;
    margin-top: 10px;
}
.dbone p{
    display: block;
    width: 300px;
    height: 60px;
    border-top: 1px #383838 solid;
    border-bottom: 1px #383838 solid;
    line-height: 60px;
    font-size: 32px;
    font-family: "Arial";
    margin-top:35px;
    background: url(../images/telb.png) 25px center no-repeat;
    color: #e1e1e1;
    padding-left: 85px;
}
.dbtwo{
    width: 420px;
    height: 200px;
    border-right: 1px #292929 solid;
    margin-top: 30px;
    color: #fff;
    padding-top: 20px;
}
.dbtwo img{
    display: block;
    margin: 0 auto;
}
.dbtwo ul{
    background: url(../images/telc.jpg)  left center no-repeat; 
    margin-left: 40px;
}
.dbtwo ul li{
    font-size: 17px;
    color: #fff;
    line-height: 47px;
    padding-left: 60px;
}
.dbewm{
   margin-top: 75px;
   position: relative;
}
.dbewm ul li{
    float: left;
    margin-left: 30px;
}
.dbewm ul li span{
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    color: #999;
}
.dbewm::after{
    content: '';
    display: block;
    width: 90px;
    height: 70px;
    background: url(../images/tbc.png) center no-repeat;
    position: absolute;
    left: -100px;
    top: 35px;   
}

.copy{
    width: 1400px;
    margin: 0 auto;
    height: 60px;
    background: #262626;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border-radius:10px 10px 0 0;
}
.copy a,.copy span{
   color: #666
}



/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
    height: 60px;
    font-size: 14px;
    line-height:60px;
    color: #000;
    width: 1110px;
    float: right;
    border-top: 5px solid #005bac;
    background: #f4f4f4;
    margin-bottom: 10px;
}


.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #000;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#000;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.dqdhMain{margin-left: 15px;}
.breadcrumbs .span11 {
	color:#000;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}


/*Â·Ã–Ã'Â³*/
.page{ margin-top: 50px;}
.page_contact{
    position: relative;
    width:100%;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #e30000;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}
.map{
    width: 660px;
    margin-top: 8px;
    margin-bottom: 50px;
}


.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	border-top:1px solid #f3f3f3;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	background: #efefef;
	border-radius: 50px;
	margin: 20px 0;
	padding: 8px 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/

.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#2264ae;
	color:#fff;
	border:1px solid #2264ae;
}
.nyyc {
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-top: 30px;
}
.fenlei span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.fenlei ul {
	margin-top: 20px;
}
.fenlei ul li {
	height: 38px;
	line-height: 38px;
	background: #e7e7e7;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	width: 250px;
}
.fenlei ul li a {
	color: #333;
	display: block;
}
.fenlei ul li:hover {
	background:#ffa900;
	cursor: pointer;
}
.fenlei ul li:hover a {
	color: #fff;
}
.nylx {
	width: 245px;
	height: auto;
	background: #f2f2f2;
	padding-bottom: 30px;
	margin-top: 20px;
	padding: 20px 15px 20px 15px;
	margin-bottom: 50px;
}
.nylx span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.nylx p {
	color: #838383;
	font-size: 14px;
	line-height: 26px;
}
.main {
	width: 1350px;
	margin: 0 auto;
	margin-top: 35px;
    margin-bottom: 160px;
}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 160px;
	
}
.main_right {
	width:1110px;
	margin-bottom:50px;
    border: 1px #e9e9e9 solid;
}
.main .main_righta {
	width:1110px;
	margin-bottom:50px;
}
.text {
	line-height:35px;
	font-size:16px;
	color:#666;
	padding:30px;
}
.text span {
	font-size:15px;
	color:#666;
}
.text img {
	max-width:100%;
	margin-bottom: 20px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	background: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #8F8F8F;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.main .subtitle span {
	padding:0 30px;
}
.stime {
	background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
	background: url(../images/liulan.png) left center no-repeat;
}
.main .main_left {
	width:182px;
}
.main .main_left .titleL {
	height:80px;
	background:url(../images/bt_vt57.jpg) top right no-repeat;
	text-align:center;
	overflow:auto;
}
.main .main_left .titleL span {
	font-size:24px;
	color:#fff;
	font-weight:700;
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
}
.main .main_left .titleL2 {
	display: block;
	width:100%;
	margin-top:10px;
	overflow:hidden;
}
.main .main_left .titleL2 img {
	display:block;
	width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	;
	color:#305dc3;
	text-align:left;
	border-bottom:1px solid #305dc3;
	font-size:14px;
	position:relative;
}
.main .navLeft li a span {
	position:relative;
	z-index:5;
	padding-left:15px
}
.main .navLeft li a em {
	display:block;
	width:0;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	height:100%;
	background-color:#305dc3;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
	color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
	width:100%;
}
.main .main_rightc {
    width:1110px;
    margin-bottom:50px;
}
.l_img {
    width:580px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
    border: 1px #e3e3e3 solid;
}
.l_img span {
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.r_box{
    width: 510px;
    height:100px;
    background: #045cbd;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #1f72c2 solid;
    padding-top: 25px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#fff;
    padding-left: 30px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    width: 450px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    width: 500px;
    margin-top: 35px;
    margin-left: 10px;
}
.lianxi .a {
    display:block;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#1b5fa0;
    font-size:18px;
    border-bottom:1px solid #1b5fa0;
    padding-left:28px;
}
.lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
    font-size: 18px;
}
.dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #df0000;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background:#045cbd;
}


.r_tel{
    width: 480px;
    height: 80px;
    background: #e30c01;
    margin-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.r_tel b{
    font-weight: normal;
    font-size: 38px;
    font-family: "Arial";
}
.show_pro_b{
    width: 350px;
    height: 50px;
    background: #ececec;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
}
.proxq{
    border: 1px #e3e3e3 solid
}
.main .main_left {
    width:182px;
}
.main .main_left .titleL {
    height:80px;
    background:url(../images/bt_vt57.jpg) top right no-repeat;
    text-align:center;
    overflow:auto;
}
.main .main_left .titleL span {
    font-size:24px;
    color:#fff;
    font-weight:700;
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
}
.main .main_left .titleL2 {
    display: block;
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.main .main_left .titleL2 img {
    display:block;
    width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    color:#305dc3;
    text-align:left;
    border-bottom:1px solid #305dc3;
    font-size:14px;
    position:relative;
}
.main .navLeft li a span {
    position:relative;
    z-index:5;
    padding-left:15px
}
.main .navLeft li a em {
    display:block;
    width:0;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    background-color:#305dc3;
    -moz-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
    color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
    width:100%;
}
.product_top {
    padding: 10px;
}
.product_top .l_img {
    width:650px;
    height:455px;
    background-color:#f2f2f2;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size:cover !important;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:510px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:15px;
    color:#717171;
    line-height:30px;
}
.product_top .desc span {
    font-size:20px;
    font-weight:bold;
    color:#e40000;
}
.product_top .desc span b {
    font-size:30px;
}


.maina .main_righta {
	background: #fff;
	padding-bottom: 50px;
}
.h30 {
	height: 30px;
}
.newsTitle {
	height: 63px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
}
.newsTitle a {
	float: left;
	padding: 0 35px;
	cursor: pointer;
	margin-top: 2px;
}
.newsTitle .active {
	color: #3dc3e8;
	border-bottom: 2px solid #3dc3e8;
	position: relative;
	top: 1px;
	line-height: 58px;
}

.lybt {
	text-align:center;
	margin-top:40px;
}

.lybt h3 {
	display:block;
	font-size:33px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:15px;
	text-align:center;
}
.liuyan span {
	font-size:15px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}

#faqbox {
	width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:78px;
	display:block;
	float:left;
	clear:both;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background:#1b5fa0;
}
.wizfrm:hover {
	background-color:#fd4f2a;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:360px;
	float:left;
	background: #fff;
	height: 330px;
	margin-bottom: 15px;
	margin-right:10px;
	position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
	width:358px;
	height:280px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:358px;
	height:280px;
	margin: 0 auto;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:45px;
	line-height:45px;
	width:326px;
	text-align: center;
	margin:auto;
	font-size:16px;
    color:#000;
}
.main .proListal li .spanal a {
	color:#000;
}

.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
    color: #fff;
    font-weight: bold;
}
.main .proListal li:hover{
   background: #144fb3; 
}

.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 280px;
	overflow: hidden;
	width:340px;
}
.proListal li .avatar .spanImgal {
	height: 280px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}



/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1110px;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 15px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #e30000;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background:#045cbd;
}

.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p>a{
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.page_news_con ul li:hover .page_news_p p{
    color: #fff
}
.page_news_con ul li:hover .page_news_p em{
    color: #fff
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 213px;
    height: 160px;
    overflow: hidden;
    margin-left: 15px;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 710px;
    margin-left:35px;
    margin-top: 13px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #e00000;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
    overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2;
}
.page_news_p em{
    font-size: 15px;
    color: #999;
    padding-left: 30px;
    background: url(../images/shijian.png) left center no-repeat;
    font-family: "Arial";
    margin-top: 10px;
    display: block;
}

.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/marker_red_sprite.png) center center no-repeat !important;
	display:block !important;
}
.box_left {
	float: left;
	width:260px;
}
.box_left .mode1 {
	width: 225px;
	margin-bottom: 20px;
}
.box_left .mode1 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode1 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode1 ul {
	overflow: hidden;
	padding-left: 0;
	margin-top: 24px;
}
.box_left .mode1 ul li {
	line-height: 40px;
	text-indent: 2em;
	margin: 10px 0;
}
.box_left .mode1 ul li a {
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
	background: #FF2D00;
	color: #ffba00;
}
.box_left .mode1 ul li a:hover {
	color: #fff;
}
.box_left .mode2 {
	width: 225px;
	overflow: hidden;
	margin-top: 50px;
}
.box_left .mode2 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode2 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode2 ul {
	margin: 0 0;
	padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dashed #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
	color:#ffba00;
}
.box_left .mode2 ul li:hover {
	border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
	margin: 50px 0;
}
.box_left .mode3 span {
	background: url(../images/left_con.png) no-repeat 0 0;
	display: block;
	;
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	text-indent: 1.5em;
	color:#FF2D00;
	font-weight: bold;
}
.box_left .mode3 .left_contact {
	line-height: 26px;
	background:#373737;
	color: #fff;
	padding:10px 15px;
	background-size: 100%
}

/*内页左侧分类*/
.left_class{
    width: 265px;
}
.lxwm{
    height: 150px;
    background: #045cbd;
    text-align: center;
}
.lxwm span{
    font-size: 28px;
    color: #fff;
    padding-top: 15px;
    display: block;
}
.lxwm p{
    color: #fff;
    font-size: 28px;
    font-family: "Arial";
    line-height: 50px;
}
.lxwm a{
    display: block;
    width: 150px;
    height: 40px;
    border: 1px #fff solid;
    border-radius: 50px;
    margin-top: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 43px;
}
.lxwm a:hover{
    background: #df0000;
    color: #fff;
    border: 1px #df0000 solid;
}
.nynav{}
.nynav ul li{
    height: 50px;
    line-height: 50px;
    background: #efefef;
    margin-top: 8px;
}
.nynav ul li a{
    padding-left: 20px;
    display: block;
}
.nynav ul li:hover{
    background: #df0000;
}
.nynav ul li:hover a{
    color: #fff;
}

.zcnew{
    height: auto;
    padding-bottom: 100px;
    background: #efefef;
    margin-top: 15px;
}
.zcnew span{
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 23px;
    padding-left: 18px;
}
.zcnew ul{margin-top: 25px;}
.zcnew ul li a{
    line-height: 35px;
    font-size: 15px;
    background: url(../images/njt.png) 10px center no-repeat;
    padding-left: 30px;
    height: 35px;
    display: block;
    overflow: hidden;
}
.zcnew ul li a:hover{
    color: #1c3c75;
    text-decoration: underline;
    padding-left: 45px;
}






/*内页相关案例*/
.xg-news{width: 1400px;height: auto;margin: 0 auto;margin-top: 20px;}
.xg-news a{font-size: 24px;color: #df0000;line-height: 40px;font-weight: 600;}
.caseList {
  overflow:hidden;
  position:relative;
  z-index:10;
  width: 1400px;
  margin: 0 auto;
  height: 310px;
  margin-top: 20px;
}
.caseList .lin {
  float:left;
  width: 420px;
  height: 310px;
  background: #f5f5f5;
  position: relative;
}
.caseList .lin a.imga {
  display:block;
  margin:auto;
}
.caseList .lin a.imga .spanImg {
  display:block;
  width:100%;
  height:310px;
  overflow:hidden;
  margin:auto;
  background-position:center center;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.caseList .lin .spanT {
  height:50px;
  line-height:50px;
  width:100%;
  overflow:hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);

}
.caseList .lin .spanT .altitle {
  display:block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.caseList .lin .spanT .altel{
    display: none;
}
.caseList .lin:hover .spanT{
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    transition: all 1s;
}
.caseList .lin:hover .spanT .altitle{
  display: none;
}
.caseList .lin:hover .spanT .altel{
    display: block;
    text-align: center;
    color: #fff
}
.caseList .lin:hover .spanT .altel em{
  display: block;
  font-size: 20px;
  color: #fff;
  width: 130px;
  margin: 0 auto;
  margin-top: 90px;
}
.caseList .lin:hover .spanT .altel span{
  font-size: 33px;
  font-family: "Arial";
  font-weight: bold;
}

.caseList .albox {
  position:relative;
  z-index:10;
  width: 9999px;
}
.caseList .albox ul {
  width:4050px;
}
.caseList .albox ul li {
  margin:auto 25px 0 0;
  width:420px;
  position: relative;
}
.caseList .albox ul li a.imga {
}
.caseList .lin a.imga:hover .spanT {
}
.avatara {
  display: block;
  height: 310px;
  overflow: hidden;
  width: 420px;
  position: relative;
  margin: 0 auto;
}
.caseList .lin .avatara .spanImg {
  height: 310px;
}
.avatara:hover .spanImg, .zhuti .avatara:hover .spanImg, .bbsinner .avatara:hover .spanImg {
  transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}
